BioMakie
User interface tools for bioinformatics.
Description
BioMakie.jl is a package designed to facilitate visual investigation of biological data. BioMakie utilizes objects from packages in the BioJulia ecosystem like BioStructures.jl, and outside packages like MIToS.jl to load data and to do most of the setup.
For more examples of what Makie can do, visit the documentation at https://makie.juliaplots.org/stable/
Setup
using Pkg
Pkg.add("BioMakie")
# import the package
using BioMakieResolving package versions... No Changes to `C:\Users\kool7\Google Drive\BioMakie.jl\docs\Project.toml` No Changes to `C:\Users\kool7\Google Drive\BioMakie.jl\docs\Manifest.toml`
Basic Usage
To view a PDB structure, use the viewstruc function with a PDB ID.
sv = viewstruc("2VB1")
You could also look at multiple structures at once.
svs = viewstrucs(["2vb1","1lw3"])
This page was generated using Literate.jl.